home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m62.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  256 b   |  12 lines

  1. on mouseDown
  2.   set the castNum of sprite 42 to cast "b024"
  3.   if pressTourButton(42) then
  4.     pupSprites(1, 48, 0)
  5.     sound stop 1
  6.     sound stop 2
  7.     set the volume of sound 1 to 255
  8.     set the volume of sound 2 to 255
  9.     go(1, "m05.dir")
  10.   end if
  11. end
  12.